GoXam for WPF v3
LinkVertexes Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : LinkVertexes Method
the Northwoods.GoXam.Link to which the created edge should correspond (may be null)
Links two nodes already in the network and returns the created GenericNetwork.Edge<V,E,Y>.
Syntax
public E LinkVertexes( 
   V fromVertex,
   V toVertex,
   Link link
)

Parameters

fromVertex
toVertex
link
the Northwoods.GoXam.Link to which the created edge should correspond (may be null)

Return Value

Returns the GenericNetwork.Edge<V,E,Y> created when fromVertex and toVertex are linked.
See Also

Reference

GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members